go/parser.parser.syncPos (field)

4 uses

	go/parser (current package)
		parser.go#L55: 	syncPos token.Pos // last synchronization position
		parser.go#L350: 			if p.pos == p.syncPos && p.syncCnt < 10 {
		parser.go#L354: 			if p.pos > p.syncPos {
		parser.go#L355: 				p.syncPos = p.pos